GoXam for WPF v3
LinkFromPath Property
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkFromPath Property
Gets or sets a property path that that specifies how to get the key for the "from" node data of a link data object.
Syntax
public string LinkFromPath {get; set;}

Property Value

This value is used by FindFromNodeKeyForLink to get a reference to the node data from which this link comes. The value must not be null.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindFromNodeKeyForLink for most cases.

The value of this property path applied to a link data object must be of type NodeKey.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members